Home | All Classes | Grouped Classes | Index | Search

CL_JSValue::operator =

	CL_JSValue& operator =(
		const int& b);

	CL_JSValue& operator =(
		const bool& a);

	CL_JSValue& operator =(
		const float& b);

	CL_JSValue& operator =(
		const double& b);

	CL_JSValue& operator =(
		const std::string& b);

	CL_JSValue& operator =(
		const CL_JSObject* b);

See also:

CL_JSValue



Questions or comments, write to the ClanLib mailing list.